home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Hewlett Packard DeskJet PLUS.;
- ; Version 1.1. ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Hewlett Packard DeskJet PLUS"
- RESET = 27,69
-
- NAME = "Line Feed"
- DESC = "Move to next print line while"
- "maintaining the current column"
- "position."
- CODES = 10
-
- NAME = "Half Line Feed"
- DESC = "Performs same function as line feed"
- "but moves print head half the"
- "distance."
- CODES = 27,61
-
- NAME = "Form Feed"
- DESC = "Move to the first line at the top"
- "of the next page while maintaining"
- "the current column position."
- CODES = 12
-
- NAME = "Eject Current Page"
- DESC = "Eject the sheet currently in"
- "position to print."
- CODES = 27,38,108,48,72
-
- NAME = "Tray Feed"
- DESC = "The sheet currently in position to"
- "print is ejected. A sheet from the"
- "tray is then loaded. Printer will"
- "then continue to load from tray"
- "until changed."
- CODES = 27,38,108,49,72
-
- NAME = "Envelope Feed"
- DESC = "The sheet currently in position to"
- "print is ejected. An envelope is"
- "then loaded from the envelope path."
- "Printer will then continue to load"
- "from envelope path until changed."
- CODES = 27,38,108,51,72
-
- NAME = "Self-Test"
- DESC = "Initiate printer self-test."
- CODES = 27,122
-
- NAME = "Set Portrait Orientation"
- DESC = "Initiate printing across the page"
- "width."
- CODES = 27,38,108,48,79
-
- NAME = "Set Landscape Orientation"
- DESC = "Initiate printing across the page"
- "length."
- CODES = 27,38,108,49,79
-
- NAME = "Select Character Set"
- DESC = "Select active character set."
- CODES = 27,40,0
- "Please select desired character"
- "set by entering codes to the right"
- "in ASCII:"
- " "
- "Character Set Enter"
- "------------------- -----------"
- "HP Roman8 ""8U"""
- "ASCII ""0U"""
- "ECMA-94 Latin 1 ""0N"""
- "PC-8 ""10U"""
- "PC-850 ""12U"""
- "PC-8 Denmark/Norway ""11U"""
- "ISO Sweden: Names ""0S"""
- "ISO Sweden ""3S"""
- "ISO Norway v.1 ""0D"""
- "ISO Norway v.2 ""1D"""
- "ISO UK ""1E"""
- "ISO France ""1F"""
- "ISO Germany ""1G"""
- "ISO Italy ""0I"""
- "ISO Spain ""2S"""
- "ISO Portugal ""4S"""
- "ISO IRV ""2U"""
- "JIS ASCII ""0K"""
- "Legal ""1U"""
- "Line Draw * ""0L"""
- "Math7 * ""0M"""
- "Math8 * ""8M"""
- "Math8a * ""0Q"""
- "Math8b * ""1Q"""
- "PIFont * ""15U"""
- "PIFonta * ""2Q"""
- " "
- "* Optional font cartridge required."
- " "
- "Example: Entering ""1G"" selects the"
- "German character set."
- 0
-
- NAME = "Select Typeface"
- DESC = "Select current typeface."
- CODES = 27,40,115,0
- "Please select a typeface by"
- "entering one of the following ASCII"
- "values:"
- " "
- """0"" - Line Printer *"
- """1"" - Pica *"
- """2"" - Elite *"
- """3"" - Courier"
- """4"" - Helv. *"
- """5"" - Tms Rmn *"
- """6"" - Gothic *"
- """7"" - Script *"
- """8"" - Prestige *"
- """11"" - Presentations *"
- """85"" - Univers Condensed *"
- " "
- "* Optional font cartridge required."
- " "
- "Example: Entering ""3"" selects the"
- "default typeface, Courier."
- 0,84
-
- NAME = "Select Letter Quality Print"
- DESC = "Characters are crisper and more"
- "like the characters produced by a"
- "typewriter. However, printing speed"
- "decreases to 120 characters per"
- "second."
- CODES = 27,40,115,50,81
-
- NAME = "Select Draft Quality Print"
- DESC = "Use draft quality print for"
- "printing drafts and documents that"
- "you want to print quickly (240"
- "characters per second)."
- CODES = 27,40,115,49,81
-
- NAME = "Print Unidirectional Left to Right"
- DESC = "Print from left to right only."
- CODES = 27,38,107,48,87
-
- NAME = "Print Unidirectional Right to Left"
- DESC = "Print from right to left only."
- CODES = 27,38,107,50,87
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,38,107,49,87
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- "(Optional font cartridge required."
- CODES = 27,40,115,49,80
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,40,115,48,80
-
- NAME = "Select 5 CPI"
- DESC = "Activate 5 characters per inch"
- "(cpi) printing."
- CODES = 27,40,115,53,72
-
- NAME = "Select 10 CPI"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,40,115,49,48,72
-
- NAME = "Select 16.67 CPI"
- DESC = "Activate 16.67 characters per inch"
- "(cpi) printing."
- CODES = 27,40,115,49,54,72
-
- NAME = "Select 20 CPI"
- DESC = "Activate 20 characters per inch"
- "(cpi) printing."
- CODES = 27,40,115,50,48,72
-
- NAME = "Select 6 Point Character Height"
- DESC = "Characters are printed at a height"
- "of 6/72 of an inch."
- CODES = 27,40,115,54,86
-
- NAME = "Select 12 Point Character Height"
- DESC = "Characters are printed at a height"
- "of 12/72 of an inch."
- CODES = 27,40,115,49,50,86
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,40,115,43,49,85
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,40,115,45,49,85
-
- NAME = "Superscript/Subscript OFF"
- DESC = "Deactivate superscript/subscript"
- "print."
- CODES = 27,40,115,48,85
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,40,115,49,83
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,40,115,48,83
-
- NAME = "Bold ON"
- DESC = "Activate bold print. Bold printing"
- "darkens text."
- CODES = 27,40,115,51,66
-
- NAME = "Bold OFF"
- DESC = "Deactivate bold print."
- CODES = 27,40,115,48,66
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored with either a"
- "single or double line, floating or"
- "fixed."
- CODES = 27,38,100,0
- "Please select type of underline by"
- "entering one of the following"
- "ASCII values:"
- " "
- """1"" - Single fixed"
- """2"" - Double fixed"
- """3"" - Single floating"
- """4"" - Double floating"
- " "
- "Example: Entering ""3"" activates"
- "single floating underline."
- 0,68
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,38,100,64
-
- NAME = "Underline Until End-of-line"
- DESC = "When underline turned on,"
- "underlining will continue until"
- "the end of the print line is"
- "reached."
- CODES = 27,38,107,48,69
-
- NAME = "Underline Until Turned Off"
- DESC = "When underline turned on,"
- "underlining will continue until"
- "underline is turned off."
- CODES = 27,38,107,49,69
-
- NAME = "Set Line Spacing"
- DESC = "Set the line spacing in lines per"
- "inch (lpi). Line spacing is the"
- "vertical distance between printed"
- "lines on the page."
- CODES = 27,38,108,0
- "Please enter number of lines per"
- "inch (lpi) in ASCII."
- " "
- "Example: To set line spacing to 8"
- "lpi, enter ""8""."
- 0,68
-
- NAME = "Set Paper Size"
- DESC = "Set the current paper size. Paper"
- "size is the physical size of the"
- "paper being used."
- CODES = 27,38,108,0
- "Please select a paper size by"
- "entering one of the following ASCII"
- "values:"
- " "
- """2"" - U.S. Letter 8 1/2"" x 11"""
- """3"" - U.S. Legal 8 1/2"" x 14"""
- """26"" - A4 210mm x 297mm"
- """81"" - Envelopes 9 1/2"" x 4 1/8"""
- " "
- "Example: Entering ""3"" selects legal"
- "size paper."
- 0,65
-
- NAME = "Set Page Length"
- DESC = "Set the current page length. Page"
- "length is the actual length of the"
- """page"" you wish to print on a sheet"
- "of paper."
- CODES = 27,38,108,0
- "Please define page length by"
- "entering the number of lines in"
- "ASCII."
- " "
- "Example: Entering ""66"" sets the"
- "current page length to 66 printed"
- "lines."
- 0,80
-
- NAME = "Perforation Skip ON"
- DESC = "Activates perforation skip. When"
- "print position enters the region"
- "below the bottom margin, print"
- "position skips to the top margin on"
- "the next page."
- CODES = 27,38,108,49,76
-
- NAME = "Perforation Skip OFF"
- DESC = "Deactivates perforation skip."
- CODES = 27,38,108,48,76
-
- NAME = "Clear Horizontal Margins"
- DESC = "Resets both the left and right"
- "margins."
- CODES = 27,57
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,38,97,0
- "Please enter character column"
- "position in which to set the left"
- "margin in ASCII."
- " "
- "Example: Entering ""15"" while"
- "printer is in 10 cpi, would set the"
- "left margin at 1 1/2""."
- 0,76
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,38,97,0
- "Please enter character column"
- "position in which to set the right"
- "margin in ASCII."
- " "
- "Example: Entering ""80"" while"
- "printer is in 10 cpi, would set the"
- "right margin at 8""."
- 0,77
-
- NAME = "Set Top Margin"
- DESC = "Set the top margin. (Top margin"
- "ignored when perforation skip off.)"
- CODES = 27,38,108,0
- "Please enter number of lines to"
- "define in the top margin in ASCII."
- " "
- "Example: Entering ""12"" while"
- "printer is in 6 lpi, would set the"
- "top margin at 2""."
- 0,69
-
- NAME = "Set Text Length (Bottom Margin)"
- DESC = "Set the bottom margin via setting"
- "the text length. (Text Length"
- "ignored when perforation skip off.)"
- CODES = 27,38,108,0
- "Please enter number of lines to set"
- "the text length at in ASCII."
- " "
- "Example:"
- "Under the following settings:"
- " "
- " Line spacing: 6 lpi"
- " Page length: 66 lines (11"")"
- " Top Margin: 6 lines (1"")"
- " Perforation Skip: On"
- "To set a 1"" bottom margin, you must"
- "set the text length to 54 lines"
- "since page length (66) minus top"
- "margin (6) minus desired bottom"
- "margin (6) = 54. Thus you would"
- "enter ""54""."
- 0,70
-
- NAME = "Set Line Spacing"
- DESC = "Set the line spacing in 48ths"
- "of an inch."
- CODES = 27,38,108,0
- "Please enter new line spacing in"
- "increments of 48ths of an inch,"
- "in ASCII."
- " "
- "Range: ""0"" to ""126""."
- " "
- "Example: Entering ""8"" sets line"
- "feeds to 8/48"", or 6 lines per"
- "inch (which is the default)."
- 0,67
-
- NAME = "Set Line Terminator"
- DESC = "Define how carriage return (CR),"
- "line feed (LF), and form feed (FF)"
- "are interpreted by the printer."
- CODES = 27,38,107,0
- "Please select interpretation by"
- "entering one of the following in"
- "ASCII:"
- " "
- """0"" - CR=CR, LF=LF, FF=FF"
- """1"" - CR=CR/LF, LF=LF, FF=FF"
- """2"" - CR=CR, LF=CR/LF, FF=CR/FF"
- """3"" - CR=CR/LF, LF=CR/LF, FF=CR/FF"
- 0,71
-
- NAME = "Set Character Spacing"
- DESC = "Set the character spacing in 120ths"
- "of an inch. (Does not affect"
- "proportional spaced characters.)"
- CODES = 27,38,107,0
- "Please enter new character spacing"
- "in increments of 120ths of an inch,"
- "in ASCII."
- " "
- "Range: ""0"" to ""126""."
- " "
- "Example: Entering ""20"" sets"
- "character spacing at 20/120"" or"
- "1/6 of an inch."
- 0,72
-
- NAME = "End-of-line Wrap ON"
- DESC = "Activate end-of-line wraparound."
- "Any text that extends beyond the"
- "defined right margin or the"
- "physical line length will wrap"
- "around to the next line."
- CODES = 27,38,115,48,67
-
- NAME = "End-of-line Wrap OFF"
- DESC = "Deactivate end-of-line wraparound."
- "Any text that extends beyond the"
- "defined right margin or the"
- "physical line length will be"
- "truncated."
- CODES = 27,38,115,49,67
-
- NAME = "Text Scale Mode ON"
- DESC = "Activate text scale mode."
- "(See manual for explanation.)"
- CODES = 27,38,107,54,87
-
- NAME = "Text Scale Mode OFF"
- DESC = "Deactivate text scale mode."
- CODES = 27,38,107,53,87
-